home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  2003-05-08  |  3.3 KB  |  160 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 657
  3.   Top = 799
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 157
  7.   ClientWidth = 383
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   Menu = MainMenu
  12.   OldCreateOrder = True
  13.   ShowHint = True
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ProgressBevel: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 383
  25.     Height = 2
  26.     Align = alTop
  27.     Shape = bsTopLine
  28.   end
  29.   object StatusPanel: TPanel
  30.     Left = 0
  31.     Top = 137
  32.     Width = 383
  33.     Height = 20
  34.     Align = alBottom
  35.     Alignment = taLeftJustify
  36.     BevelInner = bvLowered
  37.     BevelOuter = bvNone
  38.     BorderWidth = 2
  39.     ParentShowHint = False
  40.     ShowHint = False
  41.     TabOrder = 0
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 0
  45.     Top = 2
  46.     Width = 383
  47.     Height = 135
  48.     Align = alClient
  49.     BevelOuter = bvNone
  50.     BorderWidth = 2
  51.     TabOrder = 1
  52.     object ProgressLabel: TGroupBox
  53.       Left = 2
  54.       Top = 2
  55.       Width = 379
  56.       Height = 131
  57.       Align = alClient
  58.       ParentShowHint = False
  59.       ShowHint = False
  60.       TabOrder = 0
  61.       object ProgressBar: TCGauge
  62.         Left = 120
  63.         Top = 18
  64.         Width = 239
  65.         Height = 20
  66.         ForeColor = clNavy
  67.         ParentShowHint = False
  68.       end
  69.       object RemainingLabel: TLabel
  70.         Left = 120
  71.         Top = 40
  72.         Width = 241
  73.         Height = 17
  74.         Alignment = taCenter
  75.         AutoSize = False
  76.         ParentShowHint = False
  77.         ShowHint = False
  78.         Layout = tlBottom
  79.       end
  80.       object BufferBar: TCGauge
  81.         Left = 152
  82.         Top = 81
  83.         Width = 153
  84.         Height = 16
  85.         ForeColor = clNavy
  86.         ParentShowHint = False
  87.         Progress = 100
  88.       end
  89.       object BufferLabel: TLabel
  90.         Left = 16
  91.         Top = 82
  92.         Width = 129
  93.         Height = 17
  94.         Alignment = taRightJustify
  95.         AutoSize = False
  96.         Layout = tlBottom
  97.       end
  98.       object SubBar: TCGauge
  99.         Left = 152
  100.         Top = 101
  101.         Width = 153
  102.         Height = 16
  103.         ForeColor = clNavy
  104.         ParentShowHint = False
  105.         Progress = 100
  106.       end
  107.       object SubBufferLabel: TLabel
  108.         Left = 16
  109.         Top = 102
  110.         Width = 129
  111.         Height = 17
  112.         Alignment = taRightJustify
  113.         AutoSize = False
  114.         Layout = tlBottom
  115.       end
  116.       object StopBitBtn: TSpeedButton
  117.         Left = 318
  118.         Top = 78
  119.         Width = 42
  120.         Height = 42
  121.         OnClick = StopBitBtnClick
  122.       end
  123.       object SpeedLabel: TLabel
  124.         Left = 120
  125.         Top = 60
  126.         Width = 241
  127.         Height = 17
  128.         Alignment = taCenter
  129.         AutoSize = False
  130.         ParentShowHint = False
  131.         ShowHint = False
  132.         Layout = tlBottom
  133.       end
  134.       object Anim: TAnimate
  135.         Left = 11
  136.         Top = 16
  137.         Width = 100
  138.         Height = 50
  139.         Active = False
  140.         OnStop = AnimStop
  141.       end
  142.     end
  143.   end
  144.   object MainMenu: TMainMenu
  145.     Left = 96
  146.     object ToolsMenu: TMenuItem
  147.       object LogEnable: TMenuItem
  148.         ShortCut = 76
  149.         OnClick = LogEnableClick
  150.       end
  151.     end
  152.   end
  153.   object ProgressTimer: TTimer
  154.     Enabled = False
  155.     Interval = 10000
  156.     OnTimer = ProgressTimerTimer
  157.     Left = 64
  158.   end
  159. end
  160.